home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / computer / virus / mys00482.txt < prev    next >
Encoding:
Text File  |  1994-06-10  |  21.7 KB  |  530 lines

  1. PC VIRUS LISTING
  2. By Jim Goodwin
  3.           This document is copyrighted, 1989, by Jim Goodwin.  It
  4.           may be freely distributed provided no changes,
  5.           additions or deletions are made, and providing this
  6.           copyright notice accompanies all copies.  I would like
  7.           to thank John McAfee and the entire HomeBase users
  8.           group for providing the raw materials for this
  9.           document.
  10.  
  11.  
  12.      It is difficult to name, identify and classify PC viruses. 
  13. Everyone who first discovers a virus will name it and describe
  14. what they think of it.  In most cases, the virus is not new and
  15. has been named and described dozens of times before.  None of the
  16. names and few of the descriptions will match.  While I'm writing
  17. this, for example, I feel certain that someone, somewhere has
  18. just been infected by the Jerusalem virus and they are telling
  19. their co-workers and friends about it as if it were newborn - and
  20. for them perhaps it is.  It will be impossible to verify the
  21. strain and variety of the infection, however, unless we can get a
  22. living sample of the virus to analyze and compare with other
  23. strains of this same virus.  So problem number one is filtering
  24. the reports of infection and collecting samples that can be
  25. placed under the knife.
  26.      Problem number two is - where do you draw the line between
  27. an original virus and a true variation of the virus?  The
  28. original Brain virus, for example, could only infect a floppy
  29. diskette.  Do the varieties of the Brain that can infect hard
  30. disks (but in every other respect are identical) deserve to be
  31. called new viruses, or are they still the Brain?  What about
  32. further modifications that destroy data?  Is this now a new
  33. virus?  What if someone extracts a segment of the Brain code and
  34. uses it as a basis for a new virus?  What if nothing changes but
  35. the imbedded text data, so that the virus is in every way
  36. functionally identical, but the volume label changes to "SMURF"
  37. instead of BRAIN.  All of these modifications to the Brain have
  38. been discovered and logged.  How do we deal with them?
  39.      I choose to deal with these modifications in the simplest
  40. way I know.  If the virus differs in any way from the original
  41. (assuming that the "original" can in fact be identified), then I
  42. log it as a new strain.  This relieves me from having to make
  43. decisions.  Those of you who see the world differently can merely
  44. take this listing and lump together all of the different strains
  45. that you like.  That way we'll all be happy.
  46.  
  47.      This will be, by the way, my last virus document.  I have
  48. worked double time for the past eighteen months helping John
  49. McAfee and his Homebase folks and, while I have thouroughly
  50. enjoyed myself, I have finally burned out.  It has been great fun
  51. and I've learned a lot, and hopefully some of my works, like the
  52. product review with Sankary and Marsh, will end up being somehow
  53. useful to the world.  But now I have the irresistible urge to go
  54. fishing, and, perhaps afterwards, to contemplate my navel for a
  55. few years.  In-between times I intend to write a book on the
  56. craziness in this industry and about the unique personalities
  57. I've had the pleasure to work with in the Virus Marine Corps. 
  58. It's been quite an adventure.  Thank you all.
  59.  
  60. Jim Goodwin    From the Homebase BBS  408 988 4004
  61.  
  62.  
  63.  
  64.  
  65.                     THE VIRUSES
  66.  
  67.      I have arranged these viruses so that similar varieties are
  68. described in the sequence in which they appeared within the virus
  69. sub-group (to the best of my knowledge).  Not everyone agrees
  70. with my groupings.  Many people believe, for instance, that the
  71. Golden Gate-C (Mazatlan Virus) is a distinctly original virus and
  72. is not a variation of the Alameda.  I think differently and have
  73. endeavored to show how the Golden Gate evolved from the Alameda,
  74. through each precursor virus.  I cannot prove, of course, that
  75. the sequence of appearances is the correct sequence, and in many
  76. cases I have had to guess.  If anyone wishes to re-order
  77. these virus, I will not be offended.
  78.      I have not included any of the specific application trojans
  79. in this list.  There has been a lot of discussion about the Lotus
  80. 123 and DBASE "viruses", for example.  These are not replicating
  81. programs and I do not classify them as viruses.  I had originally
  82. intended a separate list to include these non-replicating trojans
  83. but Time caught up with me.
  84.  
  85.  
  86.  
  87. 1. ALAMEDA VIRUS
  88.      (Also called: Yale; Merritt; Pecking; Seoul)
  89.      
  90.      This is a boot sector infector.  First discovered at Merritt
  91.      college in California (1987).  Original version caused no   
  92.      intentional damage.  Replicates at boot time <ctrl>-<alt>-  
  93.      <del> and infects only 5 1/4" 360KB floppies.  It saves the
  94.      real boot sector at track 39, sector 8, head 0.  Contains a
  95.      count of the number of times it has infected other
  96.      diskettes, although it is referenced for write only and is
  97.      not used as part of an activation algorithm.  The virus
  98.      remains resident at all times after it is booted, even if no
  99.      floppy is booted and BASIC is loaded.  Contains a rare POP
  100.      CS instruction that makes it incapable of infecting 286
  101.      systems.
  102.  
  103. 2. ALAMEDA-B
  104.      (Also called Sacramento Virus)
  105.  
  106.      This is the original Alameda Virus that has the POP CS
  107.      removed.  Relocation is accomplished through a long jump
  108.      instruction.  All other characteristics are identical.  This
  109.      version runs OK on a 286. 
  110.  
  111. 3. ALAMEDA-C
  112.      
  113.      This is the Alameda-B virus that has been modified to
  114.      disable the boot function after 100 infections.  The
  115.      counter in the original Alameda virus has been re-activated
  116.      and is interrogated at each bootup.  When it reaches 100 the
  117.      virus disconnects from the original boot sector (control is
  118.      no longer passed) and the diskette will no longer boot.  At
  119.      infection time, the counter is zeroed on the host diskette.
  120.  
  121. 4. SF VIRUS
  122.      
  123.      This is the Alameda-C that has been modified to format the
  124.      boot diskette when the counter runs out.  
  125.  
  126. 5. GOLDEN GATE VIRUS
  127.      (Also called The 500 Virus)
  128.  
  129.      This is the SF Virus that has been modified to format the C
  130.      drive when the counter runs out.  The activation occurs
  131.      after 500 infections, instead of 100 infections.  Note that
  132.      in all three of these strains, the counter is zeroed on the
  133.      host diskette at infection time.  Thus, the activation
  134.      period on this virus will on the average stretch into many
  135.      years.  No corruption will occur until 500 new diskettes
  136.      have been infected from within a given machine.  Since the
  137.      infection can only occur when the system is booted with a
  138.      new diskette, infection is not frequent with this virus.  I
  139.      expect that the overwhelming majority of infections will
  140.      never activate.  The IBM PC will have long since been
  141.      supplanted by another architecture in most environments.
  142.  
  143. 6. GOLDEN GATE-B
  144.  
  145.      This virus is the Golden Gate virus that has had the
  146.      activation delay reset to 30 infections.  This virus should
  147.      activate within a couple of years in most environments.  
  148.  
  149. 7. GOLDEN GATE-C
  150.      (Also called the Mazatlan Virus)
  151.  
  152.      This virus is the Golden Gate virus that is able to infect a
  153.      hard disk.   It is a nasty virus, since it has more of an
  154.      opportunity to do damage than previous versions.  Prior
  155.      versions were limited since systems with hard disks are only
  156.      infrequently booted from floppy and booting from hard disk
  157.      overwrote earlier versions.
  158.  
  159. 8. GOLDEN GATE-D
  160.  
  161.      This virus is identical to number 7, except the counter has
  162.      been disabled (similar to original Alameda).
  163.  
  164. 9. THE BRAIN
  165.      (Also called, Pakistani Brain; Basit Virus)  
  166.  
  167.      This virus originated in January, 1986, in Lahore Pakistan. 
  168.      It is the only virus yet discovered that includes the valid
  169.      names address and phone numbers of the original
  170.      perpetrators.  The Brain is a boot sector infector,
  171.      approximately 3K in length, that infects 5 1/4" floppies. 
  172.      It cannot infect hard disks.  It will infect a diskette
  173.      whenever the diskette is referenced.  For example, a
  174.      Directory command, executing a program from the diskette,
  175.      copying a file from or to the diskette or any other access
  176.      will cause the infection to occur.  The virus stores the
  177.      original boot sector, and six extension sectors, containing
  178.      the main body of the virus, in available sectors which are
  179.      then flagged as bad sectors.
  180.  
  181.      The virus is able to hide from detection by intercepting any
  182.      interrupt that might interrogate the boot sector and re-
  183.      directing the read to the original boot sector.  Thus,
  184.      programs like the Norton Utilities will be unable to see the
  185.      virus.  
  186.  
  187.      Infected diskettes are noticeable by "@BRAIN" displayed in
  188.      the volume label.
  189.  
  190. 10. BRAIN-B
  191.      (Also called Brain-HD; the Hard Disk Brain; Houston Virus)
  192.  
  193.      This virus is identical in every respect to the original
  194.      Brain, with the single exception that it can infect the C
  195.      drive.  
  196.  
  197. 11. BRAIN-C
  198.      
  199.      This virus is the Brain-B that has the volume label code
  200.      removed.  The volume label of infected diskettes does not
  201.      change with this virus.  This virus was difficult to detect
  202.      since it does nothing overt in the system.
  203.  
  204. 12. CLONE VIRUS
  205.  
  206.      This virus is the Brain-C that saves the original boot
  207.      copyright label and restores it to the infected boot.  The
  208.      Basit & Mjad original Brain messages have been replaced with
  209.      non-printable garbage that looks like instructions if viewed
  210.      through Norton or other utility.  Even if the system is
  211.      booted from a clean diskette, it is virtually impossible to
  212.      tell, by visual inspection, whether the hard disk is
  213.      infected. 
  214.  
  215. 13. SHOE_VIRUS
  216.      (Also called UIUC Virus)
  217.  
  218.      This virus is the Brain-B Virus that has been modified to
  219.      include the message - "VIRUS_SHOE RECORD, v9.0.  Dedicated
  220.      to the dynamic memories of millions of virus who are no
  221.      longer with us today".  The message is never displayed.
  222.  
  223. 14. SHOE_VIRUS-B
  224.  
  225.      This is the Shoe_Virus that has been modified to so that it
  226.      can no longer infect hard disks.  The v9.0 has been changed
  227.      to v9.1.
  228.  
  229. 15. ClONE-B
  230.  
  231.      This is the Clone virus that has been modified to corrupt
  232.      the FAT when it is booted after May 5, 1992.  There are no
  233.      other apparent modifications.
  234.  
  235. 16. DOS-62
  236.      (Also called the UNESCO Virus)
  237.  
  238.      This virus is a COM infector.  It was first discovered in
  239.      Moscow in April, 1988.  It was first publicized in August
  240.      1988 when it cropped up at a children's computer Summer camp
  241.      run by UNESCO.  When a program infected by this virus is
  242.      executed, it infects one other COM file in the system.  On a
  243.      random basis, infected programs will perform a system re-
  244.      boot when they are executed.
  245.  
  246. 17. 62-B
  247.  
  248.      This virus is similar to DOS-62 except the re-boot is
  249.      replaced by deleting the executed program.
  250.  
  251. 18. FRIDAY THE 13th
  252.      (Also called COM Virus; 512 virus)
  253.  
  254.      This virus is a non-resident COM infector that first
  255.      appeared in South Africa in 1987.  At each execution of an
  256.      infected program the virus seeks out two other COM files on
  257.      the C drive and one COM file on the A drive and infects
  258.      them.  The virus is extremely fast and the only indication
  259.      of infection occurring is the access light on the A drive
  260.      (if the current drive is C).  The virus will only infect a
  261.      file once.
  262.  
  263.      On every Friday 13 the virus deletes the host program if it
  264.      is executed on that day (similar to the Jerusalem).
  265.  
  266. 19. Friday 13th-B
  267.  
  268.      This virus is identical to the original except that it
  269.      infects every file in the current subdirectory.  The only
  270.      way this virus can spread beyond the current subdirectory is
  271.      if an infected program ends up in the system PATH.  Then
  272.      every COM file in the currently selected subdirectory will
  273.      get infected.
  274.  
  275. 20. Friday 13th-C
  276.  
  277.      This is the 13th-B except a message has been added that
  278.      displays - "We hope we haven't inconvenienced you" appears
  279.      whenever the virus activates.
  280.  
  281. 21. JERUSALEM
  282.      (Also called Israeli; Friday the 13th; PLO)
  283.  
  284.      This virus is a memory resident COM and EXE infector.  It
  285.      was first discovered at the Hebrew University in Jerusalem
  286.      in the fall of 1987.  It contains a flaw which makes it re-
  287.      infect EXE files over and over until the files become too
  288.      big to fit into memory.  The virus re-directs interrupt 8
  289.      (among others) and one-half hour after an infected program
  290.      loads, the new timer interrupt introduces a delay which
  291.      slows down the processor by a factor of about 10.  On every
  292.      Friday the 13, the virus deletes every program executed
  293.      during the day.
  294.  
  295. 22. JERUSALEM-B
  296.  
  297.      This virus is identical to the Jerusalem except it is able
  298.      to successfully identify pre-existing infections in EXE
  299.      files and will only infect them once.
  300.  
  301. 23.  JERUSALEM-C
  302.      (Also called the New Jerusalem)
  303.  
  304.      This virus is identical to Jerusalem-B except that the timer
  305.      interrupt delay code has been bypassed.  This virus is
  306.      virtually invisible until it activates.
  307.  
  308. 24.  BLACK HOLE
  309.      (Also called the Russian Virus)
  310.  
  311.      This virus is the Jerusalem-C that has odd text and
  312.      additional code that is never referenced.  A new interrupt
  313.      eight routine is added to the non referenced area and a
  314.      number of interrupt 21 calls which appear meaningless.  The
  315.      additional text includes - "ANTIVIRUS".  It appears that
  316.      this virus is a modified version of some previous variety of
  317.      the Jerusalem which we have not yet seen.  
  318.  
  319. 25.  JERUSALEM-D
  320.  
  321.      This is the Jerusalem-C that destroys both versions of the
  322.      FAT on any Friday the 13th after 1990.  The code that
  323.      originally deleted executed programs has been overwritten
  324.      with the FAT destructive code.
  325.  
  326. 26.  JERUSALEM-E
  327.  
  328.      This is identical to the D variety except the activation is
  329.      any Friday the 13th after 1992.
  330.  
  331. 27.  CENTURY VIRUS
  332.      (Also called the Oregon Virus)
  333.  
  334.      This is similar to the Jerusalem-C except the activation
  335.      date is January 1, 2000.  When the virus activates, it
  336.      erases both FATs on all connected drives and then begins
  337.      writing zeroes to every sector on every attached device.  If
  338.      allowed to continue to completion, it displays the message -
  339.       " Welcome to the 21st Century".
  340.  
  341. 28.  CENTURY-B
  342.  
  343.      This virus is similar to the original Century virus with the
  344.      following exception:
  345.  
  346.      It waits for BACKUP.COM to be executed and then garbles all
  347.      program writes.  After BACKUP terminates, the output
  348.      functions return to normal.
  349.  
  350. 29.  1701
  351.      (Also called Cascade; Falling Tears)
  352.  
  353.      This virus evolved from a trojan horse disguised as a
  354.      utility to automatically turn off the num-lock light at
  355.      system boot.  The trojan horse caused the characters on the
  356.      screen to fall to the bottom of the screen in systems with
  357.      CGA monitors.  In late 1977 this trojan horse was turned
  358.      into a memory resident COM virus.  It gets it's name from
  359.      the size increase of infected COM files - 1701 bytes.  The
  360.      virus has some unique qualities:
  361.           -    It uses an encryption algorithm to avoid detection
  362.                and complicate any attempted analysis.
  363.           -    It contains a sophisticated activation algorithm
  364.                that is based on randomizations, machine types,
  365.                monitor type, presence or absence of clock cards,
  366.                and time of year.
  367.           -    It was designed to infect only IBM clones.  True
  368.                IBM systems would be spared.
  369.      The virus has a bug that causes the machine selection
  370.      algorithm to fail.  The virus activates on any machine with
  371.      a CGA or VGA monitor, in the months of September, October,
  372.      November or December in the year 1980 or 1988 (systems
  373.      without clock cards will often have a date set to 1980).  
  374.  
  375. 30.  1701-B
  376.  
  377.      This virus is identical to the 1701 except that it activates
  378.      in the fall of any year.
  379.  
  380. 31.  1704
  381.      (Also called Cascade; Falling Tears)
  382.  
  383.      I would prefer to classify this virus as a variety of the
  384.      1701 but it has been universally referred to as a separate
  385.      virus, so I will go along with the crowd on this one.  It is
  386.      functionally identical to the 1701 except that the IBM
  387.      selection bug has been repaired.  The new virus is three
  388.      bytes longer.  In every other respect it is the same.
  389.  
  390. 32.  1704-B
  391.  
  392.      This virus is identical to the 1704, except the cascade
  393.      display has been replaced with a system re-boot when the
  394.      virus activates.  The activation uses the same interrupt 8
  395.      randomization algorithm, so the reboot will occur at a
  396.      random time interval after executing an infected program on
  397.      or after the activation date.
  398.  
  399. 33.  1704-C
  400.  
  401.      This virus is the same as the 1704-B, except the activation
  402.      date has been changed to occur in December of any year.
  403.  
  404. 34.  1704-D
  405.  
  406.      This virus is the same as the 1704, except the IBM selection
  407.      has been disabled (the virus infects true IBM PCs).
  408.  
  409. 35.  LEHIGH
  410.  
  411.      This is a COMMAND.COM infector that first surfaced at Lehigh
  412.      University in late 1987.  It is the widest known virus, the
  413.      most discussed and the most analyzed of all the viruses, so
  414.      I won't waste any more time on it.
  415.  
  416. 36.  SEARCH
  417.      (Also called Den Zuk; Venezuelan)
  418.  
  419.      This is a boot sector infector that infects 360KB 5 1/4"
  420.      floppies.  It infects through any access to the host
  421.      diskette.  It can survive a warm reboot.  It will infect
  422.      data (non-system) diskettes, which in turn can pass on the
  423.      infection if an accidental attempt to boot from the data
  424.      disk occurs.  It has a bug which causes it incorrectly
  425.      attempt to infect 3.5" diskettes.  This will overwrite the
  426.      diskette's FAT and cause a read (or write) failure.  It
  427.      cannot infect a hard disk, and will not attempt to do so. 
  428.      If an infected system is rebooted from the hard disk, the
  429.      virus will de-activate.  This is not the case with rebooting
  430.      from a clean floppy - which will become infected.
  431.  
  432.      The virus causes CGA, EGA and VGA screens to display a
  433.      purple "DEN ZUK" graphic to appear after a <ctrl>-<alt>-
  434.      <del>.  It causes no damage.
  435.  
  436. 37.  SEARCH-HD
  437.  
  438.      This virus is identical to the Search Virus, except it's
  439.      able to infect hard disks.
  440.  
  441. 38.  SEARCH-B
  442.  
  443.      This virus is identical to the Search virus, but
  444.      unsuccessful modifications have been made to fix the 3.5"
  445.      diskette problem.  The 3.5" infection still fails, plus
  446.      unsuccessful attempts to infect the hard disk will occur
  447.      which result in system failure in some systems.
  448.  
  449. 39.  SYS VIRUS
  450.  
  451.      This virus is really a modification of the Search-HD virus. 
  452.      The display code has been replaced (no display occurs on
  453.      reboot) by code that disables the SYS program.  The SYS
  454.      program itself is not modified, but any attempt to execute
  455.      SYS will result in the program not being loaded.  Instead,
  456.      multiple reads to the source and target drives will occur
  457.      (to simulate the SYS activity).  The normal SYS message
  458.      output is displayed by the virus at the appropriate time. 
  459.      This virus will successfully avoid being removed by SYS.
  460.      The virus does no damage.
  461.  
  462. 40.  SYS-B
  463.  
  464.      This is similar to the SYS virus, but it performs a hard
  465.      disk format on any Friday 13th after 1990.  This virus, and
  466.      its precursor virus both still contain the 3.5" bug, so that
  467.      they are easily detected on systems using 3.5" drives.  They
  468.      are difficult to detect on other systems.
  469.  
  470. 41.  SYS-C
  471.  
  472.      Similar to the SYS virus but performs random reboots
  473.      beginning 2 hours after power-on or initial boot.
  474.  
  475. 42.  648 VIRUS
  476.      (Also called the Austrian Virus)
  477.  
  478.      This is a COM infector that increases the size of the
  479.      infected file by 648 bytes.  It was first reported in London
  480.      in the fall of 1988.  It is not a memory resident virus.  It
  481.      infects the next uninfected COM file in the current
  482.      directory (similar to the original Friday 13th).  It does no
  483.      overt damage.
  484.  
  485. 43.  648-B
  486.  
  487.      This is similar to the 648, but it causes infrequent errors
  488.      in the infected COM file so that the file will not execute. 
  489.      Approximately one file in ten will be corrupted.
  490.  
  491. 44.  STONED
  492.      (Also called New Zealand Virus)
  493.  
  494.      This is a boot sector infector that infects 360 KB 5 1/4"
  495.      floppies.  It was first reported in Wellington, New Zealand
  496.      in early 1988).  It displays - "Your computer is now stoned.
  497.  
  498.      Legalize Marijuana" every 8th bootup.  No overt damage. 
  499.      Unable to infect hard disk.
  500.  
  501. 45.  STONED-B
  502.  
  503.      Variation of Stoned.  Has been changed to be able to infect
  504.      hard disks.  The hard disk is infected as soon as an
  505.      infected floppy is booted.  No intentional damage done,
  506.      except systems with RLL controllers will frequently hang.  
  507.  
  508. 46.  STONED-C
  509.  
  510.      This is the Stoned-B virus that no longer displays the
  511.      "Stoned" message.  This virus is difficult to detect.
  512.  
  513. 47.  VERA CRUZ
  514.      (Also Called Bouncing Ball; Italian Virus)
  515.  
  516.      This is a boot sector virus that was first reported in March
  517.      1988.  It is a floppy-only infector.
  518.  
  519.      When this virus activates (randomly) a bouncing dot appears
  520.      on the screen and can only be removed through reboot.  No
  521.      other damage is done.
  522.  
  523. 48.  VERA CRUZ-B
  524.  
  525.      This is a variation of the Vera Cruz that is able to infect
  526.      Hard disks.
  527.  
  528.  
  529.  
  530.